win32: Fix missed resize exit message
authorAlexander Larsson <alexl@redhat.com>
Tue, 25 Oct 2011 13:34:22 +0000 (15:34 +0200)
committerAlexander Larsson <alexl@redhat.com>
Thu, 10 Nov 2011 16:40:59 +0000 (17:40 +0100)
commit429bd4e5d56ae7e6f7f7139774d623ff629ef8b2
treec0f1f5a09746864203cfd5636fceb1f60602054a
parentad374a595cf683bc1f07e16c444a44b399b5dca3
win32: Fix missed resize exit message

When you start a window resize or move via the window menu and
don't actually change anything we're not getting an exitsizemove.
In order to work around this we also look for WM_CAPTURECHANGED.
gdk/win32/gdkevents-win32.c